lcCRectsSave Home

Clips a part of a drawing within specified clipping rectangle and saves this part into a file.

 BOOL lcCRectsSave (
   HANDLE hDrw,
   HANDLE hClipRect,
   LPCWSTR szFileName
 );

Parameters
hDrw
  Handle to a drawing object.
hClipRect
  Handle to a clipping rectangle.
szFileName
  Full name of the saved file. It can be LiteCAD format file or other format supported by plugin.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).